Esx Settings OrchestratorSpec
The Esx Settings OrchestratorSpec schema contains properties about the owner of a new desired state.
This schema was added in vSphere API 9.0.0.0.
{
"owner": "string",
"owner_data": "string"
}
Owner of the desired state. It can be the name of the owner as set by orchestrator. For example, for a software specification created by SDDC manager, it could be "SDDC-M".
This property was added in vSphere API 9.0.0.0.
If missing or null
, no owner is provided during commit.
Private data saved by (@link owner) regarding the software specification in the repository. This data is an opaque string to vLCM and can be up to 65,535 characters long. The orchestrator will use this field to store information for identifying this image in its own catalog.
This property was added in vSphere API 9.0.0.0.
If missing or null
, no owner data is provided during commit.